.. _EEex_GetActorPosDest: =================================== EEex_GetActorPosDest =================================== :: EEex_GetActorPosDest(actorID) Return the destination position of the actor as an x, y point coordinate **Parameters** * **actorID** - the actor's id to return the destination position for **Return** Returns an x, y point coordinate **Example** :: local destX, destY = EEex_GetActorPosDest(actorID) **See Also** :ref:`EEex_GetActorCurrentDest`, :ref:`EEex_GetActorMovementRate`, :ref:`EEex_GetActorDirection`, :ref:`EEex_GetActorLocation`